Adjust Description and Upstream-Name to emphasize libostree
authorSimon McVittie <smcv@debian.org>
Fri, 15 Sep 2017 10:26:40 +0000 (11:26 +0100)
committerSimon McVittie <smcv@debian.org>
Fri, 15 Sep 2017 10:26:52 +0000 (11:26 +0100)
debian/changelog
debian/control
debian/copyright
debian/ostree-boot.control

index 9578c0cefff4abbbecd6b40141ac4e4e1cde61b0..0aa7051be7a93c7cca3362b53e4c9a559d90387e 100644 (file)
@@ -2,6 +2,7 @@ ostree (2017.11-1) UNRELEASED; urgency=medium
 
   * New upstream release
     - Drop all current patches, applied upstream
+  * Adjust Description and Upstream-Name to emphasize libostree
 
  -- Simon McVittie <smcv@debian.org>  Wed, 30 Aug 2017 10:09:26 +0100
 
index 4e5d5aa085e1c2bdfa636c1debf1247af111f7c9..d269efbe44266c42affb63897ff61de61995b4ee 100644 (file)
@@ -56,8 +56,9 @@ Depends:
  ${gir:Depends},
  ${misc:Depends},
 Description: content-addressed filesystem for operating system binaries (introspection)
- OSTree is a tool for managing bootable, immutable, versioned filesystem
- trees. See the ostree package's description for more details.
+ libostree provides a library and tools for managing bootable, immutable,
+ versioned filesystem trees. See the ostree package's description for
+ more details.
  .
  This package contains GObject-Introspection metadata, which can be used
  to generate dynamic bindings into languages such as Python and JavaScript.
@@ -74,7 +75,7 @@ Breaks:
  flatpak (<< 0.8.7-2~),
 Multi-arch: same
 Description: content-addressed filesystem for operating system binaries (library)
OSTree is a tool and library for managing bootable, immutable, versioned
libostree is a library for managing bootable, immutable, versioned
  filesystem trees. It is like git in that it checksums individual files
  and has a content-addressed object store; unlike git, it "checks out"
  the files using hardlinks into an immutable directory tree. This
@@ -97,8 +98,8 @@ Depends:
  ${misc:Depends},
 Suggests:
  libostree-doc,
-Description: Development files for the ostree library
OSTree is a tool and library for managing bootable, immutable, versioned
+Description: Development files for the libostree library
libostree is a library for managing bootable, immutable, versioned
  filesystem trees. It is like git in that it checksums individual files
  and has a content-addressed object store; unlike git, it "checks out"
  the files using hardlinks into an immutable directory tree. This
@@ -107,7 +108,8 @@ Description: Development files for the ostree library
  such as embedded devices. It is also used by the Flatpak application
  runtime system.
  .
- This package contains development headers and the pkg-config file for ostree.
+ This package contains development headers and the pkg-config file for
+ libostree.
 
 Package: libostree-doc
 Build-Profiles: <!nodoc>
@@ -118,11 +120,12 @@ Depends:
  ${misc:Depends},
 Suggests:
  devhelp,
-Description: Development documentation for the ostree library
- OSTree is a tool for managing bootable, immutable, versioned filesystem
- trees. See the ostree package's description for more details.
+Description: Development documentation for the libostree library
+ libostree provides a library and tools for managing bootable, immutable,
+ versioned filesystem trees. See the ostree package's description for
+ more details.
  .
- This package contains development documentation for ostree.
+ This package contains development documentation for libostree.
 
 Package: ostree
 Architecture: linux-any
@@ -130,13 +133,13 @@ Depends:
  ${misc:Depends},
  ${shlibs:Depends},
 Description: content-addressed filesystem for operating system binaries
- OSTree is a tool and library for managing bootable, immutable, versioned
filesystem trees. It is like git in that it checksums individual files
- and has a content-addressed object store; unlike git, it "checks out"
- the files using hardlinks into an immutable directory tree. This
- can be used to provide atomic upgrades with rollback, history and
- parallel-installation, particularly useful on "fixed purpose" systems
- such as embedded devices.
+ libostree provides a library and tools for managing bootable, immutable,
versioned filesystem trees. It is like git in that it checksums
+ individual files and has a content-addressed object store; unlike git,
+ it "checks out" the files using hardlinks into an immutable directory
+ tree. This can be used to provide atomic upgrades with rollback, history
+ and parallel-installation, particularly useful on "fixed purpose"
+ systems such as embedded devices.
  .
  This package contains the executables used to manage and create
  filesystem trees. It does not affect the boot process for the system
@@ -157,7 +160,8 @@ Depends:
  ${misc:Depends},
  ${shlibs:Depends},
 Description: content-addressed filesystem for operating system binaries - tests
- OSTree is a tool for managing bootable, immutable, versioned filesystem
- trees. See the ostree package's description for more details.
+ libostree provides a library and tools for managing bootable, immutable,
+ versioned filesystem trees. See the ostree package's description for
+ more details.
  .
  This package contains automated tests.
index 03665f36fd8e3471d47edc5aaecdda2735c48694..78f2ceafd14ca8fb470ae1bccf057443ffac05bb 100644 (file)
@@ -1,5 +1,5 @@
 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Name: libOSTree
+Upstream-Name: libostree
 Source: https://github.com/ostreedev/ostree/
 
 Files:
index ac76885c01908bb266fe23812a0bb9b94ef8cfc2..8d51a6941a1e1adfec8d7c8441abd8783a93bc97 100644 (file)
@@ -15,18 +15,19 @@ Replaces:
  ostree-grub2 (<< ${binary:Version}),
 Provides:
  ostree-grub2 (= ${binary:Version}),
-Description: ostree boot loader and initramfs integration
- OSTree is a tool for managing bootable, immutable, versioned filesystem
- trees. See the ostree package's description for more details.
+Description: libostree boot loader and initramfs integration
+ libostree provides a library and tools for managing bootable, immutable,
+ versioned filesystem trees. See the ostree package's description for
+ more details.
  .
  This package contains configuration snippets and executables needed to
- boot a Debian derivative using OSTree. This integration currently has some
- limitations:
+ boot a Debian derivative from a libostree filesystem deployment. This
integration currently has some limitations:
  .
   - the initramfs must have been made using dracut
   - the root filesystem must be one that dracut can mount without a root=
     command-line argument (an EFI partition with the GUID defined in
     the Discoverable Partitions specification)
   - /boot must be a separate partition
-  - the boot loader must be one that is supported by ostree, currently
+  - the boot loader must be one that is supported by libostree, currently
     GNU GRUB 2, syslinux/extlinux or Das U-Boot